-
Notifications
You must be signed in to change notification settings - Fork 682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(multiframe-pointpainting): add multi-sweep pointpainting #2124
feat(multiframe-pointpainting): add multi-sweep pointpainting #2124
Conversation
Signed-off-by: tzhong518 <sworgun@gmail.com>
Codecov ReportBase: 10.78% // Head: 10.77% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2124 +/- ##
==========================================
- Coverage 10.78% 10.77% -0.01%
==========================================
Files 1179 1179
Lines 84449 84467 +18
Branches 19795 19795
==========================================
Hits 9104 9104
- Misses 65853 65871 +18
Partials 9492 9492
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: tzhong518 <sworgun@gmail.com>
…18/autoware.universe into feature/pointpainting_multiframe
perception/image_projection_based_fusion/src/utils/geometry.cpp
Outdated
Show resolved
Hide resolved
…foundation#1933) Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
@tzhong518 Cloud you add pointpainting option to |
Signed-off-by: tzhong518 <sworgun@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…refoundation#2124) * feat: multiframe-pointpainting Signed-off-by: tzhong518 <sworgun@gmail.com> * ci(pre-commit): autofix * fix: retrieve changes of classremap Signed-off-by: tzhong518 <sworgun@gmail.com> * fix(image_projection_based_fusion): fix input to quaternion (autowarefoundation#1933) Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * add: launch files Signed-off-by: tzhong518 <sworgun@gmail.com> Signed-off-by: tzhong518 <sworgun@gmail.com> Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yusuke Muramatsu <yukke42@users.noreply.github.com>
…refoundation#2124) * feat: multiframe-pointpainting Signed-off-by: tzhong518 <sworgun@gmail.com> * ci(pre-commit): autofix * fix: retrieve changes of classremap Signed-off-by: tzhong518 <sworgun@gmail.com> * fix(image_projection_based_fusion): fix input to quaternion (autowarefoundation#1933) Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * add: launch files Signed-off-by: tzhong518 <sworgun@gmail.com> Signed-off-by: tzhong518 <sworgun@gmail.com> Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yusuke Muramatsu <yukke42@users.noreply.github.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
Signed-off-by: tzhong518 sworgun@gmail.com
Description
Related links
Tests performed
Notes for reviewers
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.